object DemoForm: TDemoForm Left = 230 Top = 102 Width = 258 Height = 177 Caption = 'Demo Password' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 16 object Button5: TButton Left = 46 Top = 26 Width = 157 Height = 33 Caption = 'TestPassword' TabOrder = 0 OnClick = Button5Click end object QuitBtn: TBitBtn Left = 81 Top = 91 Width = 89 Height = 33 TabOrder = 1 Kind = bkClose end end